-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[USERGUIDE] LLM Hyperparameter Optimization API #3952
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @mahdikhashan. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
hi @andreyvelich , shall i keep it under |
Sure, I think we can create a new page for this feature. |
Part of: kubeflow/katib#2339 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
a120413
to
aa3b2be
Compare
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for incorporating my suggestions! Here are some further comments.
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
thanks for your comments @helenxie-bit , i resolved all of them - please let me know of your current opinion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically LGTM! I left a few minor comments for your consideration.
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
@helenxie-bit thanks for your patience and help with this issue. i addressed recent comments. |
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
Signed-off-by: mahdikhashan <[email protected]>
Signed-off-by: mahdikhashan <[email protected]>
23039e1
to
23904d9
Compare
content/en/docs/components/katib/user-guides/hp-tuning/llm-hp-optimization.md
Outdated
Show resolved
Hide resolved
Signed-off-by: mahdikhashan <[email protected]>
Thanks for the great contribution! /lgtm /cc @kubeflow/wg-automl-leads @andreyvelich @Arhell |
@helenxie-bit: GitHub didn't allow me to request PR reviews from the following users: kubeflow/wg-automl-leads. Note that only kubeflow members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@varodrig @pdarshane @rimolive @hbelmiro Please help with reviewing this documentation page for LLM HP Tuning API.
You need to install the following Katib components to run code in this guide: | ||
|
||
- Katib control plane – [install](/docs/components/katib/installation/#installing-control-plane) | ||
- Training Operator control plane – [install](/docs/components/training/installation/#installing-the-control-plane) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to discussion here, can you move "Training Operator control plane" in front of "Katib control plane"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And it would be better to add a small note about it in this section :) For example:
Note: Please ensure that the Training Operator control plane is installed before the Katib control plane. This ensures the correct namespace labels are applied and enables the PyTorchJob CRD for use in Katib.
ref: #3951